home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / flilib / flisrc / ptrseg.c < prev    next >
Text File  |  1989-11-10  |  130b  |  11 lines

  1.  
  2. i86_ptr_seg(int offset, int segment)
  3. {
  4. return(segment);
  5. }
  6.  
  7. i86_ptr_offset(int offset, int segment)
  8. {
  9. return(offset);
  10. }
  11.